projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a21d94f
)
(ispell-message): Delete excess (beginning-of-line) call.
author
Richard M. Stallman
<rms@gnu.org>
Mon, 8 Nov 1993 13:25:13 +0000
(13:25 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Mon, 8 Nov 1993 13:25:13 +0000
(13:25 +0000)
lisp/textmodes/ispell4.el
patch
|
blob
|
history
diff --git
a/lisp/textmodes/ispell4.el
b/lisp/textmodes/ispell4.el
index cdde7d94ce3947a6dcf196bf9548e8c2eed047ba..6ec6ba2775d7f9f06db82078188e136c2ba694c5 100644
(file)
--- a/
lisp/textmodes/ispell4.el
+++ b/
lisp/textmodes/ispell4.el
@@
-998,7
+998,6
@@
Or you can bind the function to C-c i in gnus or mail with:
(if (re-search-forward
(concat "^\\(" cite-regexp "\\)") nil 'end)
(beginning-of-line))
- (beginning-of-line)
(let ((case-fold-search old-case-fold-search))
(save-excursion
(setq continue (ispell-region (- start 1) (point))))))))))))